home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / download-item-inner < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  994 b   |  25 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.     xmlns:t="http://www.participatorypolitics.org/"
  5.     xmlns:i18n="http://www.participatoryculture.org/i18n"
  6.     eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  7.     <head>
  8.         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  9.         <t:include filename="dynamic.js" />
  10.         <t:execOnLoad><![CDATA[
  11. # Allows this template to be viewed when not included in another
  12. # template's view
  13. this = kargs['this']
  14. viewName = kargs['viewName']
  15.          ]]></t:execOnLoad>
  16.     </head>
  17.     <body>
  18.         <div class="dnd-reorder-line" />
  19.         <t:includeTemplate filename="download-item-thumbnail" />
  20.         <t:includeTemplate filename="download-item-details" />
  21.         <t:includeTemplate filename="download-item-description" />
  22.         <div class="clear" />
  23.     </body>
  24. </html>
  25.